Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

src: fix windows build error #8893

Closed
wants to merge 1 commit into from
Closed

Conversation

chrisdickinson
Copy link

Fix a Windows-only build error that was introduced in
commit 1183ba4 ("zlib: support concatenated gzip files").

Rename the NO_ERROR and FAILED enumerations, they conflict
with macros of the same name in <winerror.h>.

PR-URL: https://github.com/node-forward/node/pull/57
Reviewed-By: Fedor Indutny fedor@indutny.com
Reviewed-By: Rod Vagg rod@vagg.org

Fix a Windows-only build error that was introduced in
commit 1183ba4 ("zlib: support concatenated gzip files").

Rename the NO_ERROR and FAILED enumerations, they conflict
with macros of the same name in <winerror.h>.

PR-URL: node-forward/node#57
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@tjfontaine
Copy link

lgtm, aside from changing the pr url and adding me as a reviewer

chrisdickinson pushed a commit that referenced this pull request Dec 17, 2014
Fix a Windows-only build error that was introduced in
commit 1183ba4 ("zlib: support concatenated gzip files").

Rename the NO_ERROR and FAILED enumerations, they conflict
with macros of the same name in <winerror.h>.

PR-URL: #8893
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-by: Timothy J Fontaine <tjfontaine@gmail.com>
@chrisdickinson chrisdickinson deleted the fix-zlib-windows branch December 17, 2014 22:14
@bnoordhuis
Copy link
Member

@tjfontaine Can you add a PR-URL tag instead of changing the existing one next time? Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants